home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / misc / emu / amigacpe.readme < prev    next >
Encoding:
Text File  |  1995-04-27  |  3.6 KB  |  86 lines

  1. Short:    Simple Amstrad CPC emulator for the Amiga. 
  2. Author:   crux@pool.informatik.rwth-aachen.de
  3. Uploader: santagos@dsi.unimi.it
  4. Type:     misc/emu
  5.  
  6.  
  7. The files in this archive are the source and executable for an Amstrad CPC
  8. emulator for the Amiga called CPE. There is also a more recent version of
  9. CPE for MS-DOG PCs, which is a lot more advanced than this. I release this
  10. with source in the hope that there are enthusiastic programmers out there
  11. who'd like to work on it. You are permitted to use, modify and distribute
  12. this program free of charge. You are forbidden to make profit with this
  13. program, or claim that you wrote it. The original copyright must be kept
  14. intact, unless you change the program completely (say, into a C64 emulator).
  15. You may not use this program for military purposes. I doubt you'd want to.
  16. Parts of this program are based upon Charlie Gibbs' SimCPM.
  17.  
  18. It would be nice if you could email me if you have made changes that
  19. improve this program (but please use diff, I don't want huge assembler files
  20. in my mailbox).
  21.  
  22. To compile this, I used A68k v2.71 and BLink 6.7 (both from some old Fish
  23. disks). You'll have to make some changes to get it to work on something
  24. else than a 68000, since it uses MOVE SR,D0 instructions. The right ifdefs
  25. are already in the source (I hope they are right, never tested them)
  26.  
  27. What's worse than in the PC version:
  28.   - Well, you can watch him paint the characters pixel by pixel on a
  29.     7MHz 68000.
  30.   - Interrupts are implemented by merely counting up to 300 instructions,
  31.     and then interrupting.
  32.   - No sound
  33.   - Only standard video modes
  34.   - No tape emulation
  35.   - Floppy writes only work for 664 and are disabled
  36.   - Unfortunately, the disk file format differs from the PC version.
  37.   - Isn't sure about the value of PI
  38.  
  39. What's better:
  40.   - Simple Z80 debugger on the workbench screen. Activated by
  41.     CTRL-LALT-LAMIGA
  42.   - Multitasks! I just love the Amiga OS...
  43.  
  44. Other key combinations:
  45.   - RALT-LALT: Exit immediately
  46.   - CTRL-LSHIFT-LALT: CPC hard reset
  47.   - CTRL-LAMIGA-RAMIGA: Well, you know...
  48.  
  49. Compatibility:
  50.  Acceptable. Runs many games I've tested. Some need the interrupt counter
  51.  set a bit higher in the debugger (i1, i2, i3 commands).
  52.  
  53. What it needs:
  54.   - ROMs. These must be on a volume called CPE: (just assign), and ought
  55.     to be named just like on the PC version: LROM, UROM, ROM7.
  56.     I don't include them for copyright reasons, just to be on the safe side.
  57.     Although I have received emails giving me permission to copy them from
  58.     both Amstrad and Locomotive, they didn't bother to send me a written
  59.     permission. But the ROM files are widely available and there is probably
  60.     no problem with distribution.
  61.   - a diskfile called DRIVEA.DAT in the current directory. An empty one
  62.     is provided
  63.   - The compiled version included needs a 68000
  64.   - 1 meg of memory
  65.   - Patience. It's slooow.
  66.  
  67. This file is short. For futher information, read the source, or get the PC
  68. version. It's on ftp.nvg.unit.no, just like this one.
  69.  
  70. Bernd Schmidt
  71.  
  72.  
  73. ============================= Archive contents =============================
  74.  
  75. Original  Packed Ratio    Date     Time    Name
  76. -------- ------- ----- --------- --------  -------------
  77.    43612   20486 53.0% 14-Feb-95 10:16:28  cpe
  78.      392     227 42.0% 14-Feb-95 11:10:36  cpe.inc
  79.    44610   13834 68.9% 14-Feb-95 11:10:12  cpe1.asm
  80.    74574   18200 75.5% 14-Feb-95 11:10:12  cpe2.asm
  81.     6245    1826 70.7% 14-Feb-95 11:10:12  cpe3.asm
  82.   207440    4790 97.6% 14-Feb-95 11:13:32  drivea.dat
  83.     2909    1633 43.8% 14-Feb-95 11:15:42  README
  84. -------- ------- ----- --------- --------
  85.   379782   60996 83.9% 22-Feb-95 18:08:52   7 files
  86.